@charset "utf-8";
/* CSS Document */
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header {
    width: 1000px;
    margin: 0 auto;
}
.blog_container a{
    color: #6c6c6c;
    text-decoration:none;
}
.blog_container a:hover{
    text-decoration:underline;
}
.blog_wrapper {
    width: 1000px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto 25px auto;
}
.blog_container {
    padding: 12px 25px;
    margin: 0 auto;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.hp-footer-container {
    margin-top: 0px;
}
.hp-header {
    height: 80px;
}
.blog_topnav {
    float: right;
    margin-top: -45px;
}
.blog_topnav li {
    float: left;
    padding: 0px 15px 0px 0;
}
.blog_topnav li a {
    color: #e10e6c;
    font-size: 16px;
    float: left;
    border-left: 1px solid #e4d6ce;
    padding-left: 15px;
}
.blog_topnav li:first-child a {
    border: 0px;
}
.blog_topnav li:last-child {
    padding-right: 0px;
}
.blog_sidebar {
    width: 26%;
    float: right;
}
.blog_main {
    float: left;
    width: 70%;
}
.blog_search {
    width: 100%;
    overflow: hidden;
}
.blog_search ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    padding: 10px 15px;
    background: #f5f1ee;
    margin: 15px 0;
}
.blog_search ul li {
    float: left;
    padding: 5px 6px;
    line-height: 30px;
}
.blog_search ul li #match_gender_span select,
.blog_search ul li #r_country_span select,
.blog_search ul li #match_r_state_id_span select{
    width:89px!important;
}
.blog_search ul li input {
    background: #6c6c6c none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    position: relative;
}
.blog_search ul li button {
    background: #e93863;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 15px;
    border: 0px;
    cursor: hand;
    cursor: pointer;
    position: relative;
}
.blog_search ul li button:hover {
    opacity: 0.7;
}
.blog_search ul li label {
    float: left;
    font-weight: bold;
    padding: 4px 5px 0 0;
}
.blog_search ul li select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 8px;
}
.blog_search ul li div {
    float: left;
}
.blog_search ul li div span {
    padding: 0 5px;
}
.blog_search ul li div span#match_gender_no,
.blog_search ul li div span#UpdateCountryInfo,
.blog_search ul li div span#r_country_no,
.blog_search ul li div span#match_r_state_id_no{
    display:none;
}
.sidebarbox {
    border-radius: 5px;
    padding: 0 0;
    margin: 25px 0;
    overflow: hidden;
}
.sidebarbox h2 {
    font-size: 24px;
    padding-bottom: 15px;
    margin: 0px;
    border-bottom: 1px solid #f5f1ee;
}
.sidebarbox ul {
}
.sidebarbox ul li {
    border-bottom: 1px dashed #efefef;
    padding:10px 5px;
    overflow: hidden;
}
.sidebarbox ul li label{
    width:80px;
    height:80px;
    float:left;
    border-radius:5px;
    overflow:hidden;
}
.sidebarbox ul li label img{
    width:100%;
    height:100%;
}
.sidebarbox ul li a {
    display:block;
    line-height:22px;
}
h1, h2 {
    font-size: 24px;
    line-height: 25px;
}
.site_des {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.bloglist {
    list-style: none;
    overflow: hidden;
}
.bloglist ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    line-height:20px;
    width:100%;
    float:left;
}
.bloglist ul li p img {
    float:left;
    width:300px;
    height:190px;
    margin:6px 18px 3px 0;
}
.bloglist ul li h2 {
    padding: 10px 0 0 0;
    overflow: hidden;
    font-size: 24px;
}
.bloglist ul li h2 a {
    line-height: 25px;
    font-size: 22px;
}
.bloglist ul li h2 span, .bloglist ul li h1 span {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 2px 0 0 0;
    font-weight: normal;
}
.bloglist ul li h1 {
    padding: 5px 0 30px 0;
    float:left;
    width:100%;
}
.sidebarbox.story h3 {
    font-size: 14px;
    padding-bottom: 15px;
}
.sidebarbox.story h3 span {
    width: 100%;
    float: left;
    font-weight: normal;
    font-style: italic;
    color: #999;
    font-size: 12px;
}
.sidebarbox.story p img {
    float: right;
    padding: 0 10px 0 15px;
    transform: rotate(5deg);
    width: 100px;
    height: auto;
}
.pagenav {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
    text-align: center;
}
.pagenav a:link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e93863;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    display: inline-block;
}
.pagenav span {
    display: inline-block;
    padding: 0 5px;
}
.pagenav a.current {
    background: #ccc;
}
.pagenav a:hover {
    opacity: 0.5;
}
.hp-logo a {
    background: none;
    text-indent: 0px;
}
.blog_topnav_mobile {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -14px;
}
.blog_topnav_mobile button {
    border: 0px solid #e93863;
    border-radius: 5px;
    padding: 3px;
    background: none;
    overflow: hidden;
    cursor: hand;
    width: 40px;
    cursor: pointer;
    display: none;
}
.blogdetails ul li{
    border:0px;
}
.blogdetails ul li .share{
    width:100%;
    padding:15px 0;
    float:left;
}
.blogdetails ul li .share b{
    float:left;
    margin-right:2px;
    padding:7px 0 0 0;
    font-weight:bold;
}
.blogdetails ul li .share a{
    float:left;
    margin:2px;
    width:30px;
    height:30px;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    overflow:hidden;
    position:relative;
}
.blogdetails ul li .share a{
    background-color:#3464d5
}
.blogdetails ul li .share a i,
.blogdetails ul li .share a span{
    background:url(icon_blog_socials.png) no-repeat 9px 4px;
    float:left;
    width:100%;
    height:100%;
    position:absolute;
    transition:all 0.35s ease-in-out 0s;
}
.blogdetails ul li .share a i{
    left:0px;
    top:0px;
    transform:translateY(0);
}
.blogdetails ul li .share a span{
    transform:translateY(0);
    bottom:-50px;
    left:0;
}
.blogdetails ul li .share a:hover i{
    transform:translateY(-150px);
}
.blogdetails ul li .share a:hover span{
    transform:translateY(-50px);
}
.blogdetails ul li .share a.twitter{
    background-color:#1cacff;
}
.blogdetails ul li .share a.twitter i,
.blogdetails ul li .share a.twitter span{
    
    background-position:7px -23px;
}
.blogdetails ul li .share a.pinterest{
    background-color:#ca2026;
}
.blogdetails ul li .share a.pinterest i,
.blogdetails ul li .share a.pinterest span{
    background-position:8px -52px;
}
.blogdetails ul li .share a.google{
    background-color:#de4b39;
}
.blogdetails ul li .share a.google i,
.blogdetails ul li .share a.google span{
    
    background-position:7px -83px;
}
.blogdetails ul li .share a.tumblr{
    background-color:#006799;
}
.blogdetails ul li .share a.tumblr i,
.blogdetails ul li .share a.tumblr span{
    
    background-position:8px -108px;
}
.blogdetails ul li .share a.reddit{
    background-color:#1cbc37;
}
.blogdetails ul li .share a.reddit i,
.blogdetails ul li .share a.reddit span{
    
    background-position:7px -132px;
}
.blog_topnav_mobile button span {
    display: block;
    height: 3px;
    background: #e93863;
    margin: 3px 0;
    float: left;
    width: 29px;
    font-weight:bold;
    
}
 button::-moz-focus-inner,  input[type="reset"]::-moz-focus-inner,  input[type="button"]::-moz-focus-inner,  input[type="submit"]::-moz-focus-inner,  input[type="file"] > input[type="button"]::-moz-focus-inner {
 border:none;
}
:focus {
    outline: none;
}  /*IE*/



@media screen and (max-width:999px) {
.hp-logo a {
    background-size: 100% auto;
}
.hp-header {
    margin: 0 10px;
    position: relative;
}
.header {
    width: 100%;
}
.blog_wrapper {
    width: 100%;
}
.blog_container {
    padding: 0 10px;
}
.blog_main {
    margin: 0px;
    width: 100%;
    float: left;
}
.blog_sidebar {
    width: 100%;
}
.pagenav a:link, .pagenav span {
    margin: 0 2px;
}
.hp-header {
    height: auto;
    padding: 18px 0 15px 0;
}
.blog_topnav {
    display: none;
}
.blog_topnav_mobile button {
    display: block;
}
.hp-logo {
    float: none;
    margin: 0 83px 0 0;
    max-width: 315px;
    width: auto;
}
.hp-logo a {
    height: auto;
    margin: 0px;
}
.hp-logo a img {
    float: left;
    width: 100%;
    height: auto;
}
.blog_topnav {
    margin: 0px;
    width: 100%;
    float: left;
    background: #e10e6c;
    padding:13px 0 10px 0;
}
.blog_topnav {
    text-align: center;
}
.blog_topnav li {
    float: none;
    display: inline-block;
}
.blog_topnav li a {
    color: #fff;
}
.blog_search ul li input {
    padding: 9px 15px;
    width:100%
}

.blog_search ul li{
    width:100%;
    padding-left:0px;
    padding-right:0px;
}
.blog_search ul li label{
    width:107px;
}
.blog_search ul li div{
    float:none;
    margin:0 0 0 107px;
}
.blog_search ul li #match_gender_span select,
.blog_search ul li #r_country_span select,
.blog_search ul li #match_r_state_id_span select{
    width:96%!important;
    box-sizing:border-box;
}
.blog_search ul li div span{
    padding:0px;
}
.blog_search ul li div select.sel_width{
    width:38%;
    float:left;
}
.blog_search ul li div font{
    width:20%;
    padding:5px 0 0 0px;
    text-align:center;
    display:inline-block;
    float:left;
}
.blog_search ul li button{
    width:100%;
    text-align:center;
    padding:10px 0;
    margin-top:5px;
}
.blog_topnav li{
    padding-right:7px!important;
}
}
.blog_search ul li label{
    line-height: 25px;
}
div.page-link{
    margin-top: 8px;
}
@media screen and (max-width:424px) {
.bloglist ul li p img {
    width: 100%;
    height:auto;
}
.blog_topnav li a{
    padding-left:8px;
}
.blog_topnav li{
    padding-right:1px!important;
}
}
